home *** CD-ROM | disk | FTP | other *** search
/ C++ für Kids / C++ for kids.iso / PRODINFO / COBB / BCJ1_1A5.GIF < prev    next >
Graphics Interchange Format  |  1997-02-12  |  6KB  |  503x211  |  4-bit (8 colors)
Labels: text | screenshot | display | font | software | number | line
OCR: a:\a_plus.cpp #include <mem.h> Allows us to use memcpy( ) below / This function fails during compile void copyBytes (A_Plus * dest, A_Plus * source) memcpy ( (void*) (dest ->byteArray) | (void*) (source->byteArray), 20); / This member function compiles without error void A_Plus : : rangeCopy (A_Plus * source, int start, int count )